home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / applicat.ion / outline / printdoc.bat < prev    next >
Encoding:
DOS Batch File  |  1991-08-21  |  303 b   |  17 lines

  1. echo off
  2. cls
  3. echo ¯
  4. echo This Batch file will print the Outline! documentation file DOC.PRN
  5. echo to printer port LPT1:.
  6. echo ¯
  7. echo Press any key to begin (^Break to Abort)
  8. echo ¯
  9. pause
  10. echo ¯
  11. echo      Now printing . . . .
  12. copy doc.prn lpt1:
  13. echo ¯
  14. echo      Printing complete
  15. echo ¯
  16.  
  17. ə